SimpulseMaster

Simpulse radio master peripheral interface for drones.

Allows to configure various parameters of the device's Simpulse radio master mode, such as:

  • environment (indoor/outdoor) setup,

  • country,

  • channel,

  • secure authentication setup.

This peripheral can be obtained from a drone using: drone.getPeripheral(SimpulseMaster::class.java)

See also

Drone.getPeripheral

Types

Link copied to clipboard
abstract class ChannelSetting : Setting

Setting providing access to the Simpulse master channel setup.

Link copied to clipboard
abstract class SecuritySetting : Setting

Setting providing access to the Simpulse master security setup.

Properties

Link copied to clipboard
abstract val active: BooleanSetting

Simpulse master activation setting.

Link copied to clipboard

Simpulse master channel setting.

Link copied to clipboard
abstract val country: EnumSetting<Country>

Simpulse master country setting.

Link copied to clipboard

Simpulse master radio environment setting.

Link copied to clipboard

Simpulse master security setting